DataSource for Entity Framework in WPF
C1.Data Namespace / ClientView<T> Class / Indexes Property

In This Topic
    Indexes Property (ClientView<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Indexes As IndexCollection(Of T)
    public IndexCollection<T> Indexes {get;}
    See Also